-
Notifications
You must be signed in to change notification settings - Fork 41
Optimize the Elasticsearch for better Response Time #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-3.6.1
Are you sure you want to change the base?
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| // Check existence | ||
| boolean exists = transactionalWrapper.existsByBenRegId(benRegIdBig); | ||
| if (!exists) { | ||
| logger.error("Beneficiary does not exist in database: {}", benRegId); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
| .id(doc.getBenId()) | ||
| .document(doc)); | ||
|
|
||
| logger.info("SUCCESS! Beneficiary {} synced to Elasticsearch with ABHA", benRegId); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
|




π Description
JIRA ID:
AMM-1951
β Type of Change